home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / MPW Oberon 2.1168 / OInterfaces / CMComponent.mod < prev    next >
Encoding:
Text File  |  1995-08-07  |  919 b   |  36 lines  |  [TEXT/MPS ]

  1. (*
  2.      File:        CMComponent.mod
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Package:    Universal Interfaces 2.1ß1 in “MPW Prerelease” on ETO #17
  8.  
  9.      Copyright:    © 1984-1995 by Apple Computer, Inc.
  10.                  All rights reserved.
  11.  
  12.      Bugs?:        If you find a problem with this file, use the Apple Bug Reporter
  13.                  stack.  Include the file and version information (from above)
  14.                  in the problem description and send to:
  15.                      Internet:    apple.bugs.applelink.apple.com
  16.                      AppleLink:    APPLE.BUGS
  17.  
  18. *)
  19.  
  20. (*$TAGS-*)
  21. (*$CALLING PASCAL*)
  22. MODULE CMComponent;
  23.  
  24. IMPORT CMMComponent, CMPRComponent;
  25.  
  26. (* 
  27.     This file has been included to allow older source code 
  28.     to #include <CMComponent.h>.  Please update your source
  29.     code to directly #include <CMMComponent.h>
  30.       and             #include <CMPRComponent.h>
  31.  
  32. *)
  33. (* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file *)
  34.  
  35.  END CMComponent.
  36.